home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / LK110.ARJ / README.TXT < prev   
Text File  |  1992-06-18  |  9KB  |  221 lines

  1.                                  LOCKER v1.10 Demo 
  2.  
  3.   Thank you for Trying LOCKER v1.10 for DOS & WINDOWS. Please
  4.   notify us if you encounter any problems with LOCKER. 
  5.   
  6.   We are interested in what you think about LOCKER -
  7.   what additional feature you would like to see, what you don't like about it,
  8.   and what you do like about it. Depending on what feedback I
  9.   receive, additional features may be added !
  10.  
  11. Description:
  12.  
  13.      LOCKER controls the number of concurrent users that may access an
  14.      DOS executable file. When someone tries to access the file when maximum
  15.      number is being used, they are put in a queue and can either wait until
  16.      the application is free or escape out.
  17.  
  18. Instructions for installing LOCKER v1.10 DEMO
  19.  
  20. Description of files:
  21.  
  22.      LOCKER.DOS     Data file used by LOCKCON.EXE
  23.      LOCKER.WIN     Data file used by LOCKCON.EXE 
  24.      LOCKCON.EXE    Locker Management Console
  25.      LOCKER.TXT     This text file
  26.  
  27.  
  28. Installation:
  29.    These instructions assume a working knowledge of DOS. If you are
  30.    uncertain on how to copy files refere to your DOS Reference Guide.
  31.  
  32.    Copy the LOCKER files to your network. If you prefer you can run
  33.    them from a floppy.
  34.  
  35.      Copy LOCKER.DOS, LOCKER.WIN, LOCKCON.EXE, LOCKER.TXT to your Fileserver's
  36.         \SYSTEM directory (or any restricted directory)
  37.  
  38.      example: copy a:lock*.* f:\system\*.*
  39.         (This will copy all the locker files from drive a: to the
  40.          f:\system directory)
  41.  
  42.  
  43.    When you run LOCKCON you will see the console screen: (ex.)
  44. ┌──────────────────────────────────────────────────────────────────────────────┐
  45. │                              LOCKER v1.10 Console                            │
  46. │                                                                              │
  47. │                                                                              │
  48. │     PROGRAM:   TYPE:  LIMIT:  USE:            PROGRAM:   TYPE:  LIMIT:  USE: │
  49. │ TEST.EXE          DOS     010 000                                            │
  50. │                                                                              │
  51. │                                                                              │
  52. │                                                                              │
  53. │                                                                              │
  54. │                                                                              │
  55. │                                                                              │
  56. │                                                                              │
  57. │                                                                              │
  58. │                                                                              │
  59. │                                                                              │
  60. │                                                                              │
  61. │                                                                              │
  62. │                                                                              │
  63. │                                                                              │
  64. │                                                                              │
  65. │                                                                              │
  66. │                                                                              │
  67. │              INS=Install    DEL=UnInstall    ENTER=Change Count    ESC=Exit  │
  68. └──────────────────────────────────────────────────────────────────────────────┘
  69.  
  70.    Program name is the name of the exec which is being monitored.
  71.    Type is the type of exec (for furture additions)
  72.    Limit is the number of allowed concurrant users.
  73.    Use is the number of users currently using the exec.
  74.  
  75.  
  76.    From LOCKCON you can install / remove or change the user limit on an executable.
  77.  
  78.    INSTALL:
  79.    To install locker on an executable (Note: your must have full rights to
  80.         the program directory). Since it does modify the executable you
  81.         may want to make a backup of the program before you run locker:
  82.  
  83.  
  84.      This will bring up the Locker console.
  85.      Press the <INS> key - this will bring up an install box. Enter the
  86.      program name (ex. WP.EXE), select program type (DOS/WIN) by
  87.      pressing the space bar, the user limit (ex. 1), and the directory
  88.      of where the file can be found (ex. \PROGRAMS\WP or F:\PROGRAMS\WP)
  89.      Then press F10 to lock the executable or ESC to abort.
  90.  
  91.      NOTE: If you use a drive letter that can refer (at different times) to
  92.      different disks make certain that each time you run LOCKCON it points to
  93.      the same disk). If you don't use a drive letter - make certain you are on
  94.      the same disk drive when you run it.
  95.  
  96.    UnINSTALL:
  97.    To remove locker from an executable:
  98.  
  99.      Use the arrow keys to hilite the program you wish to remove locker from.
  100.      Press the <ESC> key to remove locker. You will be prompted if you wish
  101.      to continue (Y/N).
  102.  
  103.  
  104.    CHANGE:
  105.      Use the arrow keys to hilite the program you wish to change the limit on.
  106.      Press the <RETURN> (or <ENTER>) key, this will bring up the change window.
  107.      Change the limit and press <F10> to save your changes or <ESC> to abort.
  108.  
  109. Depending on wheither the program you install metering on is a DOS or
  110. WINDOWS exec, LOCKER will behave differently.
  111.  
  112. DOS:
  113. After LOCKER has been installed on a program, when the program is run
  114. you will get the following message:
  115.  
  116.    LOCKER v1.10 Demo Version
  117.    Copyright (c) Jason P. Murray 1991. All Rights Reserved.
  118.  
  119. and the program will execute. If the maximum number of concurrent users are
  120. already using the program, the following message will also be displayed:
  121.  
  122.  
  123.    The maximum number of concurrant users for this program
  124.    has been reached.
  125.    Waiting for the program to be available (Press <ESC> to abort)
  126.  
  127.  
  128. You can then wait until one of the users stops using the program, or press
  129. the ESC key to exit.
  130.  
  131. WINDOWS:
  132.   Upon selecting windows, the application will start right up. If the
  133. maximum number of concurrent users are already using the program, a
  134. window will open and the following message will be displayed.
  135.   
  136.  The maximum number of concurrant users for
  137.        this program has been reached
  138.  
  139.  Waiting for the program to be available 
  140.  
  141.    (Close window to stop waiting)
  142.  
  143. You can minimize this window and when the application is free the
  144. application will start right up. To abort the application just close
  145. the window.
  146.  
  147. NOTES:
  148.   You should only install / remove / change locker on a program which is not
  149.   being used. (i.e. Do not change the limits on a word processing program while
  150.   people are using it !)
  151.  
  152.   When LOCKER is installed it creates several hidden files in the program
  153.   directory. These files should not be deleted.
  154.  
  155.   After running LOCKER on an COM file, the file will be renamed as <filename>.EXE
  156.   If the program you are install LOCKER on has both a .COM & an .EXE.
  157.   You will not be able to install LOCKER on the COM until you rename
  158.   one of them.
  159.  
  160.   Metered windows programs currently do not work when running in
  161.   SMALL/LARGE EMS FRAME MODE, if this is a problem, please let me know.
  162.  
  163.     You are allowed to use this DEMO version of LOCKER for 30 days. After 30 days
  164.   you should either purchase LOCKER or stop using the DEMO. You are allowed to
  165.   give this demo to anyone ONLY IF it is given with this documentation and is
  166.   FREE.
  167.  
  168. The following licenses for LOCKER v1.05 are available:
  169.  
  170.    $ 65 / server         +$5 Shipping/ Handling
  171.  
  172.  
  173.   In Massachusetts please add 5% Sales Tax.
  174.  
  175.   If you want more information on LOCKER or
  176.   if you decide to purchase LOCKER (send a check or money order),
  177.   Hampshire Software can be contacted at:
  178.  
  179.  
  180.                HAMPSHIRE SOFTWARE
  181.                Box 2332
  182.                Amherst MA, 01004-2332
  183.  
  184.                            (800)-NET-SOFT
  185.  
  186.                Compuserve Address: 72607, 3042
  187.  
  188.  
  189.  Dealer / Reseller inquires welcomed.
  190.  
  191.  
  192. And NOW for the usual disclaimers:
  193.  
  194. NO OTHER WARRANTIES. HAMPSHIRE SOFTWARE disclaims all other warranties, either express
  195. or implied, including but not limited to implied warranties of mechantability and
  196. fitness for a particular purpose, with respect to the software, the accompanying
  197. written materials, and any accompanying hardware. This limited warranty gives
  198. you specific legal rights. You may have others, which vary from state to state.
  199.  
  200. NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall  HAMPSHIRE SOFTWARE
  201. or its suppliers be liable for any damages whatsoever caused by the use of or
  202. inability to use this HAMPSHIRE SOFTWARE product. Because some states do not
  203. allow the exclusion or limitation of liability for consequential of incidental
  204. damages, the above limitation may not apply to you.
  205.  
  206.  
  207.  
  208.   If you would like more information on LOCKER,
  209.   Hampshire Software can be contacted at:
  210.  
  211.                HAMPSHIRE SOFTWARE
  212.                Box 2332
  213.                Amherst MA, 01004-2332
  214.  
  215.                            (800)-NET-SOFT
  216.  
  217.                Compuserve Address: 72607, 3042
  218.  
  219.  
  220.  Dealer / Reseller inquires welcomed.
  221.